Alarms

interface Alarms : Instrument

Instrument that informs about alarms.

This instrument can be obtained from a drone using:

drone.getInstrument(Alarms.class)

See also

com.parrot.drone.groundsdk.device.Drone

Types

Link copied to clipboard
abstract class Alarm
Alarm object which has a level.

Functions

Link copied to clipboard
@IntRange(from = 0)
abstract fun automaticLandingDelay(): Int
Delay before automatic landing, in seconds.
Link copied to clipboard
Gets the alarm of a given kind.